Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / Range<T> Class / UpperBound Property

In This Topic
    UpperBound Property
    In This Topic
    The upper bound of the range.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property UpperBound As T
    public T UpperBound {get;}
    See Also